﻿2026-07-09T06:34:16.4373019Z ##[group]Run WANT=0.1.2
2026-07-09T06:34:16.4374269Z [36;1mWANT=0.1.2[0m
2026-07-09T06:34:16.4375395Z [36;1mBIN="$HOME/.local/bin/traceable-reqs"[0m
2026-07-09T06:34:16.4377114Z [36;1mif [ -x "$BIN" ] && "$BIN" --version | grep -q " $WANT\$"; then[0m
2026-07-09T06:34:16.4378727Z [36;1m  ln -sf "$BIN" ./traceable-reqs[0m
2026-07-09T06:34:16.4380112Z [36;1melse[0m
2026-07-09T06:34:16.4381386Z [36;1m  # Build OUTSIDE the checkout: a clone inside it gets adopted by[0m
2026-07-09T06:34:16.4383243Z [36;1m  # the spt-core cargo workspace and refuses to build.[0m
2026-07-09T06:34:16.4384805Z [36;1m  SRC="$RUNNER_TEMP/tr-src"[0m
2026-07-09T06:34:16.4385950Z [36;1m  rm -rf "$SRC"[0m
2026-07-09T06:34:16.4387045Z [36;1m  git clone --depth 1 --branch "v$WANT" \[0m
2026-07-09T06:34:16.4389121Z [36;1m    "https://x-access-token:${GH_TOKEN}@github.com/BigscreenVR/traceable-reqs" "$SRC"[0m
2026-07-09T06:34:16.4391393Z [36;1m  cargo build --release --manifest-path "$SRC/rust/Cargo.toml"[0m
2026-07-09T06:34:16.4393023Z [36;1m  mkdir -p "$HOME/.local/bin"[0m
2026-07-09T06:34:16.4394387Z [36;1m  cp "$SRC/rust/target/release/traceable-reqs" "$BIN"[0m
2026-07-09T06:34:16.4395814Z [36;1m  ln -sf "$BIN" ./traceable-reqs[0m
2026-07-09T06:34:16.4396923Z [36;1mfi[0m
2026-07-09T06:34:16.4397877Z [36;1m./traceable-reqs --version[0m
2026-07-09T06:34:16.4420131Z shell: /usr/bin/bash -e {0}
2026-07-09T06:34:16.4421216Z env:
2026-07-09T06:34:16.4423248Z   GH_TOKEN: ***
2026-07-09T06:34:16.4424084Z ##[endgroup]
2026-07-09T06:34:16.4574243Z Cloning into '/home/reavus/actions-runner/_work/_temp/tr-src'...
2026-07-09T06:34:17.3399524Z Note: switching to 'aaf234d37b5437b53fe0d7175c5bb0e1318107ac'.
2026-07-09T06:34:17.3400120Z 
2026-07-09T06:34:17.3400596Z You are in 'detached HEAD' state. You can look around, make experimental
2026-07-09T06:34:17.3401159Z changes and commit them, and you can discard any commits you make in this
2026-07-09T06:34:17.3402243Z state without impacting any branches by switching back to a branch.
2026-07-09T06:34:17.3402620Z 
2026-07-09T06:34:17.3402829Z If you want to create a new branch to retain commits you create, you may
2026-07-09T06:34:17.3403345Z do so (now or later) by using -c with the switch command. Example:
2026-07-09T06:34:17.3403622Z 
2026-07-09T06:34:17.3403802Z   git switch -c <new-branch-name>
2026-07-09T06:34:17.3404012Z 
2026-07-09T06:34:17.3404166Z Or undo this operation with:
2026-07-09T06:34:17.3404397Z 
2026-07-09T06:34:17.3404512Z   git switch -
2026-07-09T06:34:17.3404674Z 
2026-07-09T06:34:17.3404927Z Turn off this advice by setting config variable advice.detachedHead to false
2026-07-09T06:34:17.3405270Z 
2026-07-09T06:34:17.4637892Z    Compiling proc-macro2 v1.0.106
2026-07-09T06:34:17.4665578Z    Compiling quote v1.0.45
2026-07-09T06:34:17.4666060Z    Compiling unicode-ident v1.0.24
2026-07-09T06:34:17.4666504Z    Compiling serde_core v1.0.228
2026-07-09T06:34:17.4666949Z    Compiling serde v1.0.228
2026-07-09T06:34:17.4667406Z    Compiling utf8parse v0.2.2
2026-07-09T06:34:17.4667830Z    Compiling hashbrown v0.17.0
2026-07-09T06:34:17.4668232Z    Compiling colorchoice v1.0.5
2026-07-09T06:34:17.4673571Z    Compiling is_terminal_polyfill v1.70.2
2026-07-09T06:34:17.4686011Z    Compiling zmij v1.0.21
2026-07-09T06:34:17.4687217Z    Compiling anstyle v1.0.14
2026-07-09T06:34:17.4695432Z    Compiling anstyle-query v1.1.5
2026-07-09T06:34:17.4710734Z    Compiling equivalent v1.0.2
2026-07-09T06:34:17.4717768Z    Compiling heck v0.5.0
2026-07-09T06:34:17.4742228Z    Compiling serde_json v1.0.149
2026-07-09T06:34:17.4745100Z    Compiling clap_lex v1.1.0
2026-07-09T06:34:17.5621069Z    Compiling anstyle-parse v1.0.0
2026-07-09T06:34:17.5662055Z    Compiling strsim v0.11.1
2026-07-09T06:34:17.5701982Z    Compiling winnow v0.7.15
2026-07-09T06:34:17.5771079Z    Compiling toml_write v0.1.2
2026-07-09T06:34:17.6082566Z    Compiling same-file v1.0.6
2026-07-09T06:34:17.6152055Z    Compiling itoa v1.0.18
2026-07-09T06:34:17.7691762Z    Compiling memchr v2.8.0
2026-07-09T06:34:17.8821568Z    Compiling anstream v1.0.0
2026-07-09T06:34:17.9111535Z    Compiling walkdir v2.5.0
2026-07-09T06:34:18.2062054Z    Compiling clap_builder v4.6.0
2026-07-09T06:34:18.7166294Z    Compiling indexmap v2.14.0
2026-07-09T06:34:18.8260804Z    Compiling syn v2.0.117
2026-07-09T06:34:21.5430987Z    Compiling serde_derive v1.0.228
2026-07-09T06:34:21.7729780Z    Compiling clap_derive v4.6.1
2026-07-09T06:34:23.1776131Z    Compiling clap v4.6.1
2026-07-09T06:34:24.1463006Z    Compiling toml_datetime v0.6.11
2026-07-09T06:34:24.1463479Z    Compiling serde_spanned v0.6.9
2026-07-09T06:34:24.2701567Z    Compiling toml_edit v0.22.27
2026-07-09T06:34:25.7107832Z    Compiling toml v0.8.23
2026-07-09T06:34:26.3128023Z    Compiling traceable-reqs v0.1.2 (/home/reavus/actions-runner/_work/_temp/tr-src/rust)
2026-07-09T06:34:29.8430461Z     Finished `release` profile [optimized] target(s) in 12.48s
2026-07-09T06:34:29.8622008Z traceable-reqs 0.1.2
